ilert · Example Payload

Put Connectors {Id}

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Put Connectors {Id} is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Update the specific connector. (note: type cannot be changed)",
  "description": "",
  "method": "PUT",
  "path": "/connectors/{id}",
  "parameters": {
    "id": "string"
  },
  "request_body": {
    "id": "string",
    "type": "jira",
    "name": "string",
    "createdAt": "string",
    "updatedAt": "string",
    "params": {}
  },
  "response": {
    "id": "string",
    "type": "jira",
    "name": "string",
    "createdAt": "string",
    "updatedAt": "string",
    "params": {}
  }
}